Commit Graph

12957 Commits

Author SHA1 Message Date
Dmitriy Ivanov 52e1798c39 am 11cd49d2: am 6821d0b6: am 25d2a1a9: Merge "Fix build: Remove -Wold-style-cast"
* commit '11cd49d284464e7fb972e0475e7a71281ba53212':
  Fix build: Remove -Wold-style-cast
2015-03-08 00:16:36 +00:00
Mark Salyzyn 4d67164436 am 6c06c654: am cd9afa1c: am 4f0520fe: Merge "Revert "liblog: logprint use <endian.h>""
* commit '6c06c65437abee5c445c4a7d4a416b218f120a93':
  Revert "liblog: logprint use <endian.h>"
2015-03-08 00:16:35 +00:00
Dmitriy Ivanov 0cf718594a am eae3f0fe: am 80a37e9a: am 34671b81: Merge "Remove some gotos"
* commit 'eae3f0febd1fb5e1b0b5f89826e8f13c6d6a67b0':
  Remove some gotos
2015-03-08 00:16:33 +00:00
Dmitriy Ivanov 56138aad1e am 12eb17b4: am 3ff6dd93: am 8b1a94c0: Merge "Cleanup old-style-cast warnings"
* commit '12eb17b40be9247de8717a4edfb3619d6535e8c4':
  Cleanup old-style-cast warnings
2015-03-08 00:16:32 +00:00
Dmitriy Ivanov 32a8032385 am 27959e76: am d1ce7256: am 4b8b148a: Merge "Remove unnecessary allocation of FileMaps"
* commit '27959e76750f5c2073b1bb3ea193619d11d418cb':
  Remove unnecessary allocation of FileMaps
2015-03-08 00:16:31 +00:00
Elliott Hughes a746624ae5 am 965ec3e1: am 6385d626: Merge "Remove toolbox\'s obsolete \'wipe\' command."
* commit '965ec3e1d7ab194357bcc4cf4f126e5b7969e0a8':
  Remove toolbox's obsolete 'wipe' command.
2015-03-08 00:08:41 +00:00
Dmitriy Ivanov d3bccfcfea am 418dd72e: am 137c819e: Merge "Remove some more gotos"
* commit '418dd72eb7d0c5b6a4eeadb37493cffa78103bfb':
  Remove some more gotos
2015-03-08 00:07:57 +00:00
Elliott Hughes b0dbe4bef6 am 3f421e4d: am d73df6ab: Merge "Fix outdated comments in grab-bootchart.sh."
* commit '3f421e4d7a1e3d8cf8d4abc7ae68fdf1bd0ff1be':
  Fix outdated comments in grab-bootchart.sh.
2015-03-08 00:07:56 +00:00
Dmitriy Ivanov 4371d8c5ce am 9ae0abb2: am 3445cfe2: Merge "Reapply -Wold-style-cast"
* commit '9ae0abb2e6f03f44aa87d41c157099275a1e00c5':
  Reapply -Wold-style-cast
2015-03-08 00:07:55 +00:00
Dmitriy Ivanov 11cd49d284 am 6821d0b6: am 25d2a1a9: Merge "Fix build: Remove -Wold-style-cast"
* commit '6821d0b62350d09247377f86d3cbd6cb8b2e7a6b':
  Fix build: Remove -Wold-style-cast
2015-03-08 00:07:54 +00:00
Mark Salyzyn 6c06c65437 am cd9afa1c: am 4f0520fe: Merge "Revert "liblog: logprint use <endian.h>""
* commit 'cd9afa1c27b70043a7bedabf1131d1e3c34d23e3':
  Revert "liblog: logprint use <endian.h>"
2015-03-08 00:07:49 +00:00
Dmitriy Ivanov eae3f0febd am 80a37e9a: am 34671b81: Merge "Remove some gotos"
* commit '80a37e9abd9a9fa7d262280a37195dc3e9ff50da':
  Remove some gotos
2015-03-08 00:07:48 +00:00
Dmitriy Ivanov 12eb17b40b am 3ff6dd93: am 8b1a94c0: Merge "Cleanup old-style-cast warnings"
* commit '3ff6dd938b33345c5be601dbc763cf7664cecec4':
  Cleanup old-style-cast warnings
2015-03-08 00:07:46 +00:00
Dmitriy Ivanov 27959e7675 am d1ce7256: am 4b8b148a: Merge "Remove unnecessary allocation of FileMaps"
* commit 'd1ce7256133616c98b1afce83a4ee19d83f9700a':
  Remove unnecessary allocation of FileMaps
2015-03-08 00:07:45 +00:00
Elliott Hughes 965ec3e1d7 am 6385d626: Merge "Remove toolbox\'s obsolete \'wipe\' command."
* commit '6385d626a585017ec1fe4027f4faa79741f9d117':
  Remove toolbox's obsolete 'wipe' command.
2015-03-07 19:24:25 +00:00
Elliott Hughes 02ff4b8feb Fix __android_log_assert to abort.
If you rely on __builtin_trap, it's likely to use an illegal instruction,
which is a misleading way to abort. If we just call abort, it's more
immediately obvious that we've aborted.

Bug: 19644330
Change-Id: I63a962e4748aec7b019ea94b007593e478a3b61a
2015-03-07 11:21:37 -08:00
Elliott Hughes 6385d626a5 Merge "Remove toolbox's obsolete 'wipe' command." 2015-03-07 19:19:23 +00:00
Elliott Hughes bfa9d6a3c4 Remove toolbox's obsolete 'wipe' command.
It hasn't worked in some time (it removes /data/dalvik-cache, which is
required by art), and if you're prepared to reboot (to let init put back
all the directories a working system needs) there are other ways to wipe
data (such as "fastboot format userdata reboot").

Bug: 19644330
Change-Id: Ib074ea21cc28409a506d66d75060bb4ad85539e2
2015-03-07 11:07:10 -08:00
Dmitriy Ivanov 418dd72eb7 am 137c819e: Merge "Remove some more gotos"
* commit '137c819e16b757478807d89c4ac40d0b9dad6737':
  Remove some more gotos
2015-03-07 17:09:18 +00:00
Elliott Hughes 3f421e4d7a am d73df6ab: Merge "Fix outdated comments in grab-bootchart.sh."
* commit 'd73df6abb684d04b0ddb3835013706ac4b6ac27b':
  Fix outdated comments in grab-bootchart.sh.
2015-03-07 17:09:17 +00:00
Dmitriy Ivanov 9ae0abb2e6 am 3445cfe2: Merge "Reapply -Wold-style-cast"
* commit '3445cfe2b2461441d377aff0b00edd82fdf4f1ec':
  Reapply -Wold-style-cast
2015-03-07 17:09:16 +00:00
Dmitriy Ivanov 137c819e16 Merge "Remove some more gotos" 2015-03-06 22:38:06 +00:00
Dmitriy Ivanov 1f741e51bc Remove some more gotos
Change-Id: I9c4b3a5aecf4011653933b051e67605a6feb123f
2015-03-06 14:26:37 -08:00
Elliott Hughes d73df6abb6 Merge "Fix outdated comments in grab-bootchart.sh." 2015-03-06 22:18:55 +00:00
Eino-Ville Talvala 5938f30921 Merge "Add ANativeWindow dataSpace; update graphics formats, color spaces" 2015-03-06 22:13:06 +00:00
Dmitriy Ivanov 3445cfe2b2 Merge "Reapply -Wold-style-cast" 2015-03-06 22:09:20 +00:00
Dmitriy Ivanov f94e159007 Reapply -Wold-style-cast
Added pragmas to disable checks for the method
 using libz.h macros.

Change-Id: I25aa1adf09f3ecff61d8fea6306b24b37990ab46
2015-03-06 13:57:43 -08:00
Elliott Hughes 7c0c15f0ed Fix outdated comments in grab-bootchart.sh.
I've been deliberately vague about the name of the readme because I want to
come back and switch to markdown, but that probably won't happen today.

Change-Id: I60651703709bbfd499227f882eb949396e8f4f6c
2015-03-06 13:25:32 -08:00
Dmitriy Ivanov 6821d0b623 am 25d2a1a9: Merge "Fix build: Remove -Wold-style-cast"
* commit '25d2a1a916058634a23d89d287b18eb18c140081':
  Fix build: Remove -Wold-style-cast
2015-03-06 21:17:50 +00:00
Dmitriy Ivanov 25d2a1a916 Merge "Fix build: Remove -Wold-style-cast" 2015-03-06 21:11:49 +00:00
Dmitriy Ivanov 34d1b0fa63 Fix build: Remove -Wold-style-cast
libz.h has macros using old-style-cast.

Change-Id: I48f7d85805c7c34e1453c863da3c9e734a57d479
2015-03-06 13:07:52 -08:00
Mark Salyzyn cd9afa1c27 am 4f0520fe: Merge "Revert "liblog: logprint use <endian.h>""
* commit '4f0520fe6c12baebb0c3098a1bdb17b814b8fd02':
  Revert "liblog: logprint use <endian.h>"
2015-03-06 20:56:37 +00:00
Dmitriy Ivanov 80a37e9abd am 34671b81: Merge "Remove some gotos"
* commit '34671b8100131b5a4f07f4dceac53a007497bc52':
  Remove some gotos
2015-03-06 20:56:36 +00:00
Mark Salyzyn 4f0520fe6c Merge "Revert "liblog: logprint use <endian.h>"" 2015-03-06 20:52:52 +00:00
Dmitriy Ivanov 34671b8100 Merge "Remove some gotos" 2015-03-06 20:51:48 +00:00
Dmitriy Ivanov 3ff6dd938b am 8b1a94c0: Merge "Cleanup old-style-cast warnings"
* commit '8b1a94c07cb02a0398238ebaab4a2a0a23f7d28c':
  Cleanup old-style-cast warnings
2015-03-06 20:50:11 +00:00
Dmitriy Ivanov d1ce725613 am 4b8b148a: Merge "Remove unnecessary allocation of FileMaps"
* commit '4b8b148a8cb6c6044e64cf3c8834ebdcdf6de9dd':
  Remove unnecessary allocation of FileMaps
2015-03-06 20:50:09 +00:00
Mark Salyzyn 8470dad24f Revert "liblog: logprint use <endian.h>"
This reverts commit 66bfc5ccbd.

Bug: 19634248
Change-Id: I7c4851a247042193674f226fd0d5c5663e8074c7
2015-03-06 20:46:31 +00:00
Dmitriy Ivanov 3ea93da3c2 Remove some gotos
Change-Id: I0e162c8e0a700940f4302786b8523e5b2f5e5c27
2015-03-06 12:45:03 -08:00
Dmitriy Ivanov 8b1a94c07c Merge "Cleanup old-style-cast warnings" 2015-03-06 20:43:42 +00:00
Dmitriy Ivanov 4b8b148a8c Merge "Remove unnecessary allocation of FileMaps" 2015-03-06 20:43:20 +00:00
Dmitriy Ivanov f4cb8e2ac2 Cleanup old-style-cast warnings
Change-Id: I6e17fd993557cbf78ade787f112794358aee39c8
2015-03-06 10:50:56 -08:00
Dmitriy Ivanov 4b67f8339d Remove unnecessary allocation of FileMaps
Change-Id: I97bb72b9edeee5b3eff4ffd21a761a1af472a3b5
2015-03-06 10:22:34 -08:00
JP Abgrall fe6fcc4cc1 fs_mgr: recognize a notrim mountpoint flag
Some partitions don't need trimming.
Needs a vold:fstrim change

Bug: 19624276
Change-Id: I8df715bd18688d7921afa2f3743f7d2a68760699
2015-03-05 17:30:53 -08:00
Mark Salyzyn 232478759d am 7286c9e9: am e7c2a401: am 88492ec4: Merge "liblog: build cleanup"
* commit '7286c9e9fba39c79e5c94bb41e9d3541fbf28654':
  liblog: build cleanup
2015-03-05 19:53:38 +00:00
Mark Salyzyn 7286c9e9fb am e7c2a401: am 88492ec4: Merge "liblog: build cleanup"
* commit 'e7c2a40197e8c800a239e28aaafbbb0da7586054':
  liblog: build cleanup
2015-03-05 19:38:43 +00:00
Mark Salyzyn e7c2a40197 am 88492ec4: Merge "liblog: build cleanup"
* commit '88492ec4e171a33b2d1ef42a0b7714cb2abedd0f':
  liblog: build cleanup
2015-03-05 19:30:20 +00:00
Mark Salyzyn 88492ec4e1 Merge "liblog: build cleanup" 2015-03-05 19:23:32 +00:00
Mark Salyzyn 1b79369877 liblog: build cleanup
- Drop CYGWIN build checking
- Hard code the "liblog" event tag
- Drop use of internal WITH_MINGW

Change-Id: I7b63bd7fa4471f340f356b477a0e5e25fe83a851
2015-03-05 11:10:00 -08:00
Mark Salyzyn b0f3bec48d am 94dd14e8: am b71d0eab: am b6c411cf: Merge "liblog: logprint use <endian.h> part three"
* commit '94dd14e87e15f6909d385075a80f43847a33c4e3':
  liblog: logprint use <endian.h> part three
2015-03-05 03:01:42 +00:00