android: fix Send Logs crash
This commit is contained in:
parent
47bb509f02
commit
d78fc62055
|
@ -298,7 +298,7 @@ public abstract class BaseGLActivity extends Activity implements ActivityCompat.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Called from native code
|
// Called from native code
|
||||||
private void generateErrorLog() {
|
protected void generateErrorLog() {
|
||||||
try {
|
try {
|
||||||
new GenerateLogs(this).execute(getFilesDir().getAbsolutePath());
|
new GenerateLogs(this).execute(getFilesDir().getAbsolutePath());
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
|
|
Loading…
Reference in New Issue