We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd61db commit 82141efCopy full SHA for 82141ef
app/src/main/java/be/mygod/librootkotlinx/demo/MainActivity.kt
@@ -22,7 +22,7 @@ class MainActivity : ComponentActivity() {
22
"Got result from root: ${App.rootManager.use { it.execute(GetRoot()) }.value}"
23
} catch (e: Exception) {
24
e.printStackTrace()
25
- "${e.message}\n${e.stackTraceToString()}"
+ e.stackTraceToString()
26
}
27
28
app/src/main/res/layout/activity_main.xml
@@ -3,6 +3,7 @@
3
xmlns:tools="http://schemas.android.com/tools"
4
android:layout_width="match_parent"
5
android:layout_height="match_parent"
6
+ android:padding="16dp"
7
android:id="@android:id/text1"
8
tools:context=".MainActivity">
-</TextView>
9
+</TextView>
0 commit comments