Files
jitsi-meet/react/features/mobile/background/logger.ts
Calinteodor 939a9a45d3 feat(mobile/background): use reducedUI only when app is not active and log appState (#15167)
* feat(mobile/background): use reducedUI only when app is not active and log appState changes
2024-10-22 16:19:31 +03:00

4 lines
115 B
TypeScript

import { getLogger } from '../../base/logging/functions';
export default getLogger('features/mobile/background');