Skip to content

Commit

Permalink
daemonize example: update daemonize call with new signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainfire committed Dec 19, 2018
1 parent 62879e6 commit 8c65e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void uncaughtException(Thread thread, Throwable throwable) {
*/
private void run(String[] args) {
// Become the daemon
RootDaemon.daemonize(BuildConfig.APPLICATION_ID, 0);
RootDaemon.daemonize(BuildConfig.APPLICATION_ID, 0, false, null);

// Restore original LD_LIBRARY_PATH
RootJava.restoreOriginalLdLibraryPath();
Expand Down

0 comments on commit 8c65e53

Please sign in to comment.