Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
rp...@google.com <rp...@google.com>
ke...@google.com <ke...@google.com>
ke...@google.com <ke...@google.com> #3
Hi Yi Du,
thanks for reporting the issue. Can you also upload the .li file that is causing the error? You can find it under the "Capture" tool window.
thanks for reporting the issue. Can you also upload the .li file that is causing the error? You can find it under the "Capture" tool window.
ke...@google.com <ke...@google.com> #4
fixed by ag/Ia9b30ffcb76b195fa92ecdeaeb1057d24f9821e3
Description
all required information.
Studio Build:Android Studio 3.0.1
Build #AI-171.4443003, built on November 10, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1
Version of Java:1.8
OS:Windows
String index out of range: 610
java.lang.StringIndexOutOfBoundsException: String index out of range: 610
at java.lang.String.substring(String.java:1963)
at com.android.layoutinspector.model.ViewNode.loadProperties(ViewNode.java:99)
at com.android.layoutinspector.model.ViewNode.<init>(ViewNode.java:78)
at com.android.layoutinspector.model.ViewNode.parseFlatString(ViewNode.java:252)
at com.android.layoutinspector.LayoutInspectorBridge.captureView(LayoutInspectorBridge.java:33)
at com.android.tools.idea.editors.layoutInspector.LayoutInspectorCaptureTask.run(LayoutInspectorCaptureTask.java:71)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:726)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:176)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:556)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:501)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:66)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:163)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:137)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:334)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)