Fixed
Status Update
Comments
rm...@google.com <rm...@google.com> #2
EDIT: Hold on, I think my test is invalid. I'll reply with another comment with attached logs if I can repro it. I'm testing it again. Apologies for the confusion.
ORIGINAL COMMENT:
Hmm I'm not able to reproduce this anymore. I'm not sure what changed. Maybe the old build cache caused some issues. But after doing a clean & build, I am not seeing this.
Feel free to close this issue, if it happens again I'll let you know.
ORIGINAL COMMENT:
Hmm I'm not able to reproduce this anymore. I'm not sure what changed. Maybe the old build cache caused some issues. But after doing a clean & build, I am not seeing this.
Feel free to close this issue, if it happens again I'll let you know.
sh...@google.com <sh...@google.com>
sh...@google.com <sh...@google.com> #3
Yep, I'm still able to reproduce the issue. Sorry for the confusion. Attached are my build logs (with `--info` and `--debug` enabled in compiler options). I also attached the idea logs directory.
Description
Android Studio 3.4 Beta 5
Build #AI-183.5429.30.34.5310756, built on February 14, 2019
JRE: 1.8.0_152-release-1248-b22 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6
Steps to Reproduce:
1. Generate trace file with Debug.startMethodTracing (tried multiple devices)
2. Open Trace file with Android Studio (Drag into Android Studio)
Error Message: Failed to open file: The profiler was unable to open the selected file. Please try opening it again or select a different file.
Same trace file can be opened with Android Device Monitor.
Attached trace file is from example project with Navigation Drawer.