这是什么情况:javalangIllegalStateException Underflow in restore - more restores than saves at androidgraphicsCanvasrestoreCanvasjava679 at comtxznetresholderwidgetJustifyTextViewonDrawJustifyTextViewjava123
这是一个Java异常,具体是java.lang.IllegalStateException: Underflow in restore - more restores than saves。出现在com.txznet.resholder.widget.JustifyTextView的onDraw方法中。这个异常表示在进行图形绘制时,进行了更多的恢复操作(restore)比保存操作(save)导致的错误。可能是在绘制过程中进行了多次恢复操作,但没有相应的保存操作。
原文地址: http://www.cveoy.top/t/topic/iYTI 著作权归作者所有。请勿转载和采集!