Skip to content

Commit

Permalink
log single point on stop logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRelken committed Feb 29, 2024
1 parent 9d6148e commit 32d7ae7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ protected void onCreate(Bundle savedInstanceState) {
if(preferenceHelper.shouldStopLoggingOnAppLaunch()){
LOG.debug("Stop logging on app launch");
EventBus.getDefault().postSticky(new CommandEvents.RequestStartStop(false));
logSinglePoint();
}
}
}
Expand Down

0 comments on commit 32d7ae7

Please sign in to comment.