QA:
taken from waypoint, a print statement is created using this endpoint to verify correctness
useEffect(() => { Radar.getLogLevel().then((result) => console.log('log level is ', result) ); }, []);
and
Radar.setLogLevel('warning'); (in the initializing page)
QA: taken from waypoint, a print statement is created using this endpoint to verify correctness
useEffect(() => { Radar.getLogLevel().then((result) => console.log('log level is ', result) ); }, []);
andRadar.setLogLevel('warning');
(in the initializing page)Able to get these logs IOS:
Android: