• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revisión6647bf7285defdd4d5a51677d63d5ec2e722a104 (tree)
Tiempo2013-07-22 02:22:33
AutorAjay Dudani <adudani@code...>
CommiterThe Android Automerger

Log Message

init: Increase maximum number of Android properties to 372

Bug: 9941046 -- encryption failed
Change-Id: Ib9c2921a2b574542cce98d2eadbd9204a1ad0bf0
Signed-off-by: Iliyan Malchev <malchev@google.com>

Cambiar Resumen

Diferencia incremental

--- a/init/property_service.c
+++ b/init/property_service.c
@@ -151,12 +151,12 @@ out:
151151 return -1;
152152 }
153153
154-/* (8 header words + 247 toc words) = 1020 bytes */
155-/* 1024 bytes header and toc + 247 prop_infos @ 128 bytes = 32640 bytes */
154+/* (8 header words + 372 toc words) = 1520 bytes */
155+/* 1536 bytes header and toc + 372 prop_infos @ 128 bytes = 49152 bytes */
156156
157-#define PA_COUNT_MAX 247
158-#define PA_INFO_START 1024
159-#define PA_SIZE 32768
157+#define PA_COUNT_MAX 372
158+#define PA_INFO_START 1536
159+#define PA_SIZE 49152
160160
161161 static workspace pa_workspace;
162162 static prop_info *pa_info_array;