NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function addCategories(categories: string): void;

Defined in: trace/index.d.ts:68

Adds categories to existing categories the module will trace.

Parameters

ParameterTypeDescription
categoriesstringThe comma-separated list of categories. If not specified all messages from all categories will be traced.

Returns

void