Romain Vimont
|
b52f87a892
|
Add util function to locate a column in a string
This will help to parse the result of "adb shell ip route" to find the
device IP address.
PR #2827 <https://github.com/Genymobile/scrcpy/pull/2827>
|
4 years ago |
Romain Vimont
|
007f616302
|
Add missing includes
Include these headers explicitly instead of relying on transitivity.
|
4 years ago |
Romain Vimont
|
9619ade706
|
Generalize string trunctation util function
Add an additional argument to let the client pass the possible end
chars.
|
4 years ago |
Romain Vimont
|
f2781a8b6d
|
Expose util function to truncate first line
Move the local implementation from adb functions to the string util
functions.
|
4 years ago |
Romain Vimont
|
057c7a4df4
|
Move str_util to str
Simplify naming.
|
4 years ago |