Commit 8a597ba8 by WangJinfeng

fix crawl_app_info.sh

parent 52155ccd
...@@ -89,7 +89,7 @@ fi ...@@ -89,7 +89,7 @@ fi
crawl_app_info(){ crawl_app_info(){
java -cp ../${JAR} mobvista.dmp.datasource.apptag.crawler.AppInfoCrawler -p \ java -Xms6144m -Xmx6144m -XX:UseG1GC -cp ../${JAR} mobvista.dmp.datasource.apptag.crawler.AppInfoCrawler -p \
-f to_crawler_package_name.txt \ -f to_crawler_package_name.txt \
-i ios.txt \ -i ios.txt \
-a adr.txt \ -a adr.txt \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment