-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #34 - No log files generated * ensure logging path is created before log initialisation * use consistent file numbering pattern AndrOBD.log.x.txt * use .txt file extension to allow opening/viewing * close file logging handler on app close * to eliminate stray lock files
- Loading branch information
Showing
4 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<resources> | ||
<!-- Application theme. --> | ||
<style name="AppTheme" parent="@android:style/Theme.Holo.Light" /> | ||
<style name="AppTheme.Dark" parent="@android:style/Theme.Holo" /> | ||
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.DarkActionBar" /> | ||
<style name="AppTheme.Dark" parent="@android:style/Theme.DeviceDefault" /> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters