Skip to content

Commit 8c65e53

Browse files
committed
daemonize example: update daemonize call with new signature
1 parent 62879e6 commit 8c65e53

File tree

1 file changed

+1
-1
lines changed
  • librootjavadaemon_example/src/main/java/eu/chainfire/librootjavadaemon_example/root

1 file changed

+1
-1
lines changed

librootjavadaemon_example/src/main/java/eu/chainfire/librootjavadaemon_example/root/RootMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void uncaughtException(Thread thread, Throwable throwable) {
9191
*/
9292
private void run(String[] args) {
9393
// Become the daemon
94-
RootDaemon.daemonize(BuildConfig.APPLICATION_ID, 0);
94+
RootDaemon.daemonize(BuildConfig.APPLICATION_ID, 0, false, null);
9595

9696
// Restore original LD_LIBRARY_PATH
9797
RootJava.restoreOriginalLdLibraryPath();

0 commit comments

Comments
 (0)