issues
search
radarlabs
/
radar-sdk-android
Android SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
75
stars
22
forks
source link
fix for crash from logPastTermination
#396
Closed
KennyHuRadar
closed
2 months ago
KennyHuRadar
commented
2 months ago
Changes in this PR:
we only want to perform past termination checks for users who are RadarLogLevel.DEBUG
we only need to check for past termination when the activity is created in the foreground.
Changes in this PR: