From 672b56f384d9315ed0060f0710145a6c53e40f16 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Mon, 20 Jan 2014 07:17:01 -0500 Subject: [PATCH] Add a logging capability that will save to the home directory This will solve those issues where people say the app crashed and have little or no information that may be required to diagnose the issue. This generates it into a file. --- .../android/res/layout/configure_fragment.xml | 8 + shell/android/res/values/strings.xml | 2 + .../reicast/emulator/ConfigureFragment.java | 140 ++++++++++++++++++ 3 files changed, 150 insertions(+) diff --git a/shell/android/res/layout/configure_fragment.xml b/shell/android/res/layout/configure_fragment.xml index cb5f27014..31c70453b 100644 --- a/shell/android/res/layout/configure_fragment.xml +++ b/shell/android/res/layout/configure_fragment.xml @@ -223,4 +223,12 @@ +