Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/debug/
H A Dapp.ts14 import {getEventsPeekString, logEventToString, sizeToString, timestampToString, umaLogTypeToString}…
185 type.textContent = umaLogTypeToString(log.type);
H A Dlog_utils.ts14 export function umaLogTypeToString(type: string|undefined) { function