Page 1 of 1

An application developer wants to retrieve the client-side logs of an Android application that is malfunctioning in the

Posted: Fri Aug 26, 2022 9:59 am
by answerhappygod
An application developer wants to retrieve the client-side logs of an Android application that is malfunctioning in the production environment.When is the captured log data sent to the server?

A. After successful client init sequence.
B. When the application crashes.
C. When the application invokes the api console.log
D. When the application invokes the api Logger.setContext (Context)