Loading tests/BouncyBall/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ On a properly set up device, it is expected that this app never drops a frame. ### Helpful "flags" to flip The source code (in `app/src/main/java/com/prefabulated/bouncyball/BouncyBallActivity.java`) has a `app/src/main/java/com/android/test/bouncyball/BouncyBallActivity.java`) has a few constants which can be changed to help with debugging and testing. The app needs to be recompiled after any of these have been changed. Loading Loading @@ -55,7 +55,7 @@ $ adb install ${ANDROID_PRODUCT_OUT}/system/app/BouncyBallTest/BouncyBallTest.ap Assuming the app is installed on the device: ``` $ adb shell am start com.prefabulated.bouncyball/com.prefabulated.bouncyball.BouncyBallActivity $ adb shell am start com.android.test.bouncyball/com.android.test.bouncyball.BouncyBallActivity ``` ## Using Perfetto for analysis Loading tests/BouncyBall/app/src/androidTest/java/com/prefabulated/bouncyball/ApplicationTest.java→tests/BouncyBall/app/src/androidTest/java/com/android/test/bouncyball/ApplicationTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.app.Application; import android.test.ApplicationTestCase; Loading tests/BouncyBall/app/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.prefabulated.bouncyball"> package="com.android.test.bouncyball"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" Loading tests/BouncyBall/app/src/main/java/com/prefabulated/bouncyball/BouncyBallActivity.java→tests/BouncyBall/app/src/main/java/com/android/test/bouncyball/BouncyBallActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.hardware.display.DisplayManager; import android.os.Bundle; Loading tests/BouncyBall/app/src/main/java/com/prefabulated/bouncyball/BouncyBallView.java→tests/BouncyBall/app/src/main/java/com/android/test/bouncyball/BouncyBallView.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.content.Context; import android.graphics.Canvas; Loading Loading
tests/BouncyBall/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ On a properly set up device, it is expected that this app never drops a frame. ### Helpful "flags" to flip The source code (in `app/src/main/java/com/prefabulated/bouncyball/BouncyBallActivity.java`) has a `app/src/main/java/com/android/test/bouncyball/BouncyBallActivity.java`) has a few constants which can be changed to help with debugging and testing. The app needs to be recompiled after any of these have been changed. Loading Loading @@ -55,7 +55,7 @@ $ adb install ${ANDROID_PRODUCT_OUT}/system/app/BouncyBallTest/BouncyBallTest.ap Assuming the app is installed on the device: ``` $ adb shell am start com.prefabulated.bouncyball/com.prefabulated.bouncyball.BouncyBallActivity $ adb shell am start com.android.test.bouncyball/com.android.test.bouncyball.BouncyBallActivity ``` ## Using Perfetto for analysis Loading
tests/BouncyBall/app/src/androidTest/java/com/prefabulated/bouncyball/ApplicationTest.java→tests/BouncyBall/app/src/androidTest/java/com/android/test/bouncyball/ApplicationTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.app.Application; import android.test.ApplicationTestCase; Loading
tests/BouncyBall/app/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.prefabulated.bouncyball"> package="com.android.test.bouncyball"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" Loading
tests/BouncyBall/app/src/main/java/com/prefabulated/bouncyball/BouncyBallActivity.java→tests/BouncyBall/app/src/main/java/com/android/test/bouncyball/BouncyBallActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.hardware.display.DisplayManager; import android.os.Bundle; Loading
tests/BouncyBall/app/src/main/java/com/prefabulated/bouncyball/BouncyBallView.java→tests/BouncyBall/app/src/main/java/com/android/test/bouncyball/BouncyBallView.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.prefabulated.bouncyball; package com.android.test.bouncyball; import android.content.Context; import android.graphics.Canvas; Loading