This file contains hidden or 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
04-19 01:37:21.241 I/am_create_activity(548): [0,1106711336,202,de.smasi.tickmate/.Tickmate,android.intent.action.MAIN,NULL,NULL,268435456] | |
04-19 01:37:21.320 I/am_proc_start(548): [0,5656,10018,de.smasi.tickmate,activity,de.smasi.tickmate/.Tickmate] | |
04-19 01:37:21.337 I/am_proc_bound(548): [0,5656,de.smasi.tickmate] | |
04-19 01:37:21.340 I/am_restart_activity(548): [0,1106711336,202,de.smasi.tickmate/.Tickmate] | |
04-19 01:37:21.679 I/am_on_resume_called(5656): [0,de.smasi.tickmate.Tickmate] | |
04-19 01:37:21.815 I/am_crash(548): [5656,0,de.smasi.tickmate,8961604,java.lang.NoSuchMethodError,android.content.Context.getDrawable,TickColor.java,83] | |
04-19 01:37:21.813 E/AndroidRuntime(5656): at de.smasi.tickmate.TickColor.getUnTickedButtonDrawable(TickColor.java:83) | |
04-19 01:37:21.813 E/AndroidRuntime(5656): at de.smasi.tickmate.widgets.TickButton.<init>(TickButton.java:51) | |
04-19 01:37:21.813 E/AndroidRuntime(5656): at de.smasi.tickmate.TickAdapter.buildRow(TickAdapter.java:388) | |
04-19 01:37:21.813 E/AndroidRuntime(5656 |
This file contains hidden or 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
04-18 23:46:02.765 I/am_pause_activity(548): [0,1126393792,com.nolanlawson.logcat/.LogcatActivity] | |
04-18 23:46:02.768 I/am_on_paused_called(20278): [0,com.nolanlawson.logcat.LogcatActivity] | |
04-18 23:46:02.770 I/am_task_to_front(548): [0,2] | |
04-18 23:46:02.771 I/am_new_intent(548): [0,1120986872,2,org.adw.launcher/.Launcher,android.intent.action.MAIN,NULL,NULL,274726912] | |
04-18 23:46:02.787 I/am_resume_activity(548): [0,1111305024,2,org.adw.launcher/.Launcher] | |
04-18 23:46:02.813 I/am_on_resume_called(11107): [0,org.adw.launcher.Launcher] | |
04-18 23:46:03.805 I/am_pause_activity(548): [0,1111305024,org.adw.launcher/.Launcher] | |
04-18 23:46:03.807 I/am_task_to_front(548): [0,178] | |
04-18 23:46:03.807 I/am_new_intent(548): [0,1121746928,178,de.lsubel.amam/.MainActivity,android.intent.action.MAIN,NULL,NULL,274726912] | |
04-18 23:46:03.821 I/am_on_paused_called(11107): [0,org.adw.launcher.Launcher] |
This file contains hidden or 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
04-14 00:54:56.996 D/SystemWebViewEngine(1616): CordovaWebView is running on device made by: FP1 | |
04-14 00:54:57.354 E/Web Console(1616): No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin. at file:///android_asset/www/plugins/cordova-plugin-whitelist/whitelist.js:23 |
This file contains hidden or 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
<html> | |
<head> | |
<title>tickmate Export</title> | |
</head> | |
<body> | |
<h1>unfourtunately one month is wrong and has to be added</h1> | |
<?php | |
$SQL_FILE = "tickserver.db"; | |
$dbHandle = new SQLite3($SQL_FILE); |
This file contains hidden or 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
<html> | |
<head> | |
<title>Update</title> | |
</head> | |
<body> | |
<?php | |
if(isset($_FILES['userfile'])) { |