DescriptionMake adb_profile_chrome work on OSX
adb_profile_chrome relies on regular expression matching to pull the
correct trace file from the device. Unfortunatey, OSX ships with
a version of sed from 2005 which doesn't support matching of newline
characters (see
http://www.culmination.org/2008/02/sed-on-mac-os-x-105-leopard/). This
patch switches to perl, making adb_profile_chrome work on OSX.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213404
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|