Caused by: android.os.
原標題:Caused by: android.os.TransactionTooLargeException總結 錯誤資訊
Error: android.os.TransactionTooLargeException
W/ActivityManager(344): android.os.TransactionTooLargeException
W/ActivityManager(344): at android.os.BinderProxy.transact(Native Method)
W/ActivityManager(344): at android.app.ApplicationThreadProxy.scheduleLaunchActivity(ApplicationThreadNative.java:660)
W/ActivityManager(344): at com.android.server.am.ActivityStack.realStartActivityLocked(ActivityStack.java:620)
W/ActivityManager(344): at com.android.server.am.ActivityStack.startSpecificActivityLocked(ActivityStack.java:729)
W/ActivityManager(344): at com.android.server.am.ActivityStack.resumeTopActivityLocked_childFunc(ActivityStack.java:1637)
該異常比較常見,頻繁導致我們的APP發生Crash,咋一看錯誤日誌可能無法準確的定位到Android程式碼中,其實這個錯誤發生在startActivity(intent)過程中,當我們啟動Activity時,如果使用Bundle繫結過量的資料,就會發生這個異常。
解決方案儘量不要透過Bundle傳遞過大的資料
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4422/viewspace-2799786/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dictionary inconsistency caused by CTAS in PARALLELParallel
- Caused by: Error: ' ' is not a valid resource name characterError
- Springboot:Caused by: java.lang.NoSuchMethodError...Spring BootJavaError
- Caused by: java.lang.NoClassDefFoundError: javax/persistence/EntityListenersJavaError
- Caused by:.NoSuchBeanDefinitionException: No bean named 'userInfoServiceImpl' availableBeanExceptionAI
- Caused by: java.lang.NoClassDefFoundError: javax/servlet/GenericFilterJavaErrorServletFilter
- ORA-01555 caused by SQL statement belowSQL
- Tomcat:Caused by: java.lang.OutOfMemoryError: PermGen space .TomcatJavaError
- Caused by: java.lang.IllegalArgumentException: port out of range:-1JavaException
- Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionExceptionSpringFrameworkBeanException
- 遇到Caused by: java.lang.NoClassDefFoundError: javax/validation/ParameterNameProviderJavaErrorIDE
- Software caused connection abort: socket write error/mysql/tomcatErrorMySqlTomcat
- Caused by: java.lang.IllegalArgumentException: Unable to instantiate SparkSession with Hive supportJavaExceptionSparkSessionHive
- Caused by: java.lang.IllegalStateException: getWriter() has already been called for this responseJavaException
- E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packagesErrorPackage
- Caused by: java.lang.ClassNotFoundException: javax.management.j2ee.statistics.StatsJavaException
- 開發:異常收集之 Software caused connection abort: recv failedAI
- Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of typeSpringFrameworkBeanException
- Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQLMySqlJDBCExceptionError
- Caused by: org.hibernate.MappingException: must specify an identifier type:APPExceptionIDE
- ORA-01555 caused by SQL statement below (Query Duration=0 sec, SCNSQL
- Caused by: java.sql.SQLException: 索引中丟失 IN 或 OUT 引數:: 1JavaSQLException索引
- Caused by: java.lang.NumberFormatException: For input string: "18446744073709551615"JavaORMException
- Caused by: java.io.IOException: Target host must not be null, or set in parameters. scheme=nullJavaExceptionNullScheme
- 自定義容器啟動指令碼報錯:exec user process caused "no such file or directory"指令碼
- ORA-00001 : Unique Constraint Violated caused by DATE VS Timestamp(6)AI
- Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for clASTXMLException
- Caused by: java.sql.SQLException: 無法從套接字讀取更多的資料JavaSQLException
- 18、 Caused by: java.lang.NoSuchMethodException: [class android.content.Context..AttributeSetJavaExceptionAndroidContext
- Caused by: java.sql.SQLException: 無法轉換為內部表示解決方法JavaSQLException
- 求助struts+ibatis+tomcat中java.net.SocketException: Software caused connectionBATTomcatJavaException
- Caused by: org.apache.ibatis.binding.BindingException: Parameter 'parameter' not found.解決ApacheBATException
- The addressing-1.5.mar module, which is not valid, caused null java.lang.ExceptionInInitializerErrorNullJavaExceptionError
- Caused by: org.apache.parquet.io.ParquetDecodingException: Can‘t read value in column [result, labelApacheException
- Android studio 升級到3.1出現的問題Caused by: java.util.NoSuchElementExceptionAndroidJavaException
- Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load classbootException
- Caused by: java.lang.IllegalStateException: Only single-level inheritance supported: XxxxServiceJavaException
- Caused by: com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson version: 2.7.3ASTXMLJSONAPPException