Skip to content

Commit

Permalink
Detect systemless root (#142)
Browse files Browse the repository at this point in the history
Closes #142
  • Loading branch information
d4rken authored and kattrali committed Feb 21, 2017
1 parent 47f6d13 commit 663589b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/bugsnag/android/DeviceData.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ private static Long getTotalMemory() {
"/system/app/Superuser",
"/system/app/SuperSU",
// Fallback
"/system/xbin/daemonsu"
"/system/xbin/daemonsu",
// Systemless root
"/su/bin"
};

/**
Expand Down

0 comments on commit 663589b

Please sign in to comment.