Home
last modified time | relevance | path

Searched refs:createParsingError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/parsers/protolog/legacy/
H A Dparser_protolog.ts151 throw this.createParsingError((error as Error).message);
178 throw this.createParsingError('invalid format string');
213 throw this.createParsingError(
235 throw this.createParsingError('no param for format string conversion');
264 private createParsingError(msg: string) { method in ParserProtoLog