| Index: tools-webrtc/android/profiling/perf_setup.sh
|
| diff --git a/tools-webrtc/android/profiling/perf_setup.sh b/tools-webrtc/android/profiling/perf_setup.sh
|
| index 805250ae9d2c0b8f697f6c51819cef1478c6e3e7..ae3de6c3f66de705784bbc05bdb53f3fe0b98008 100755
|
| --- a/tools-webrtc/android/profiling/perf_setup.sh
|
| +++ b/tools-webrtc/android/profiling/perf_setup.sh
|
| @@ -209,7 +209,7 @@ function cleanup() {
|
| # device to ensure that symbols are up-to-date.
|
| function perf_update() {
|
| copy_native_shared_library_to_symbol_cache
|
| - copy_kernal_symbols_from_device_to_symbol_cache
|
| + copy_kernel_symbols_from_device_to_symbol_cache
|
| }
|
|
|
| # Record stack frame based call graphs while using the application.
|
|
|