1How to generate dex metadata (.dm) with profile for testing 2=========================================================== 3``` 4adb shell profman --generate-test-profile=/data/local/tmp/primary.prof 5adb pull /data/local/tmp/primary.prof 6zip foo.dm primary.prof 7``` 8