Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
Moving this to Benchmark 1.4 because we need to investigate if there are other reasons for us to be using the sub-expression slice.parent_stack_id = 0
.
cl...@google.com <cl...@google.com> #4
I also have this issue on Android 14. i see that there's another slice that has Choreographer#doFrame as its child: "`android.view.Choreographer$FrameDisplayEventReceiver@b5d5d6e Handler (android.view.Choreographer$FrameHandler) `"
I attached screenshot from perfetto
I attached screenshot from perfetto
lo...@gmail.com <lo...@gmail.com> #5
Should be addressed by aosp/3498998
cl...@google.com <cl...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-main
Author: Rahul Ravikumar <
Link:
No longer assume Choreographer#doFrame
is the top of the stack frame on the main thread for FrameTimingQuery.
Expand for full commit details
No longer assume `Choreographer#doFrame` is the top of the stack frame on the main thread for FrameTimingQuery.
* This is no longer necessary given we explicitly filter out `resynced`-ed frames.
Test: Existing FrameTimingQueryTests pass.
Fixes: 340206285
Relnote: No longer assume `Choreographer#doFrame` is the top of the stack frame on the main thread for FrameTimingQuery.
Change-Id: Iee0e0bec02e2af6f675b48384d14a59569b3dc57
Files:
- M
benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/perfetto/FrameTimingQuery.kt
Hash: ae475a6c5e1fcaade64047f487e425643fcef368
Date: Tue Feb 18 15:33:26 2025
Description
Component used: Navigation Version used: 2.7.7 - success 2.8.0 - failed 2.8.5 - failed 2.9.0-alpha04 - failed
Devices/Android versions reproduced on: tested API 30, 33. i think any affected
Sample project to trigger the issue. in the attachments
A screenrecord or screenshots showing the issue (if UI related). in the attachments
Issue: wildcard segment in deep link stopped work as expected since 2.8.0 and till latest 2.9.0-alpha04
spent ~2 days to understand the reason!!! when examples from internet work, but my app - not.