yschimke
06/13/2022, 1:54 PMbod
06/13/2022, 2:01 PMyschimke
06/13/2022, 2:01 PMTgo1014
06/13/2022, 2:02 PMbod
06/13/2022, 2:03 PMTgo1014
06/13/2022, 2:04 PMbod
06/13/2022, 2:08 PMTgo1014
06/13/2022, 2:09 PMbod
06/13/2022, 2:10 PMTgo1014
06/13/2022, 2:10 PMbod
06/13/2022, 2:11 PMyschimke
06/13/2022, 2:36 PMAtaul Munim
06/13/2022, 3:34 PMbod
06/13/2022, 3:43 PMhave you had a chance to look at the tiles material components alpha?Not yet!
Yingding Wang
06/13/2022, 9:40 PMTgo1014
06/13/2022, 9:41 PMyschimke
06/14/2022, 5:43 AMbod
06/14/2022, 6:47 AMyschimke
06/14/2022, 7:26 AMbod
06/14/2022, 7:43 AMyschimke
06/14/2022, 7:45 AMbod
06/14/2022, 7:47 AMyschimke
06/14/2022, 7:48 AMJohn Nichol
06/14/2022, 5:16 PMTgo1014
06/14/2022, 5:17 PMJohn Nichol
06/14/2022, 5:17 PMbod
06/14/2022, 5:23 PMSteve Bower [G]
06/15/2022, 10:16 AM// Get current status (put your own $PACKAGE_NAME).
// 'quicken' means not yet optimized,
// 'speed-profile' means optimized.
adb shell dumpsys package dexopt | grep -A 1 $PACKAGE_NAME | grep status
// Trigger background optimization - can take ~minutes to run
// but tends to be quicker after the first go
// (this optimizes all packages)
adb shell cmd package bg-dexopt-job
bod
06/15/2022, 10:18 AMYingding Wang
06/15/2022, 1:15 PMBefore Optimization Trigger:
x86: [status=run-from-apk] [reason=unknown]
After Optimization Trigger:
x86: [status=quicken] [reason=bg-dexopt]
Even debug build is quicken
after optimization trigger, it feels to me my compose activity speed up also. Strange.
Is the optimization only for the release build for playstore? and not for the debug build?
Edit: I haven’t activated baseline profile yet for my app on wear os. minify and shrink only for release build and not for debug build.Steve Bower [G]
06/15/2022, 1:42 PMbod
06/18/2022, 10:49 AMadb shell cmd package bg-dexopt-job
15 minutes ago and it's still not over 😅yschimke
06/19/2022, 8:57 PMSteve Bower [G]
06/24/2022, 12:56 PMadb shell cmd package bg-dexopt-job
. Note that in future versions of Wear, the optimisation will be performed at installation time.bod
06/24/2022, 1:35 PMSteve Bower [G]
08/08/2022, 11:17 AMbod
08/08/2022, 12:07 PMSteve Bower [G]
08/08/2022, 3:28 PMbod
08/08/2022, 3:29 PM