android: fix Send Logs crash

This commit is contained in:
Flyinghead 2019-04-08 10:11:28 +02:00
parent 47bb509f02
commit d78fc62055
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ public abstract class BaseGLActivity extends Activity implements ActivityCompat.
}
// Called from native code
private void generateErrorLog() {
protected void generateErrorLog() {
try {
new GenerateLogs(this).execute(getFilesDir().getAbsolutePath());
} catch (RuntimeException e) {