You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
when i attempt to use the android_binder_txns table, some entries for the process names appear to be cropped off. i am attaching some screenshots for the same along with trace files and apk files for the applications for recreation.
i use the following sql command and am able to observe entries that seem to be incomplete
INCLUDE PERFETTO MODULE android.binder; SELECT client_process,server_process FROM android_binder_txns;
following are the android version, sdk version and the model name for my device
The 15 character limitation is a Linux limitation which applies for all data source coming from Linux kernel ftrace. However, Perfetto also supports scraping /proc to obtain the full process names from /proc//status. This can be enabled by added the following to the config:
Unless the process is very short lived (i.e. we don't have enough time to actually manage to scrape /proc before the process dies), process names should always be present with that config.
When you want to verify if the issue was caused by some postprocessing in SQL or is this a problem with process names, I recommend also taking a look into process table, which is included by default.
hello,
when i attempt to use the android_binder_txns table, some entries for the process names appear to be cropped off. i am attaching some screenshots for the same along with trace files and apk files for the applications for recreation.
i use the following sql command and am able to observe entries that seem to be incomplete
INCLUDE PERFETTO MODULE android.binder; SELECT client_process,server_process FROM android_binder_txns;
following are the android version, sdk version and the model name for my device
hanoip:/ $ getprop ro.build.version.release 12 hanoip:/ $ getprop ro.build.version.sdk 31 hanoip:/ $ getprop ro.product.model moto g(40) fusion
here Packageinstaller seems to be cutoff and shows up as ackageinstaller.
this is another scenario where motorola.camera.3 and android.apps.photos seem to be cropped off
Github does not allow me to upload the trace files so i will share a drive with the respective traces and apks
https://drive.google.com/drive/folders/132LeRdRgCXjzW5D9cop1DrbM102zjaLu?usp=sharing
The text was updated successfully, but these errors were encountered: